/*
    Main Structures
    ===============
*/ 


.tec-plot {}
.tec-plot.body{}
.tec-plot.main-content{}
.tec-plot.main-header{}
.tec-plot.main-menu{}
.tec-plot.content{}
.tec-plot.footer {}

.tec-plot.body{
    background-color:#e6e6e6;
    padding:2.5%;
}
.tec-plot.main-content{
    background-color:#fff;
    border-radius:10px;
}
/* footer*/
.tec-plot.footer{
    margin-bottom: 2%;
}

.tec-plot.footer .footer-content{
    background-color:#c8c7c7;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    padding: 1%;
    width: 65%;
    position: relative;
    z-index: 9;
}
.tec-plot.footer .footer-content p{
    display:inline-block;
    color:#231f20;
    border-right: 2px solid #231f20;
    margin-bottom:0;
    padding: 0 1%;
    font-size:13px;
    font-weight:bold;
}
.tec-plot.footer .footer-content p a{
	color:#231f20;
}
.tec-plot.footer .footer-content p:last-child{
    border:none;
}

.skewd-right-coner:before,
.skewd-right-coner:after {
	content: '';
	position: absolute;
	background-color: inherit;
}

.skewd-right-coner:before {
	width: 90px;
	height: 81px;
	border-top-right-radius: 30%;
	right: 6px;
	top: -8px;
	z-index: -1;
}

.skewd-right-coner:before {
	transform: rotate(10.1deg) skewX(-67deg) scale(1.1,0.5) translate(0,-50%);
}